In this folder some example MATLAB scripts are provided. Take the following steps to run and review them:
1. Open MATLAB.
2. Browse (using the icon "Browse to folder") for the SCRIPTS folder 
3. To run the example script, type on the command line: run_script
    
   This script will set your project path and additional path's needed to run the script. 
   Next, it will specify an Inputfile (located at the DATA\RAW sub-folder) and read its data into an array, called
   RecInfo.
   To view or edit the contents of this script type on the command line
        edit run_script

4. You can review the workings of the two example scripts provided in the editor, e.g. by typing on the command line
	edit LoadExperimentalData
	edit ExperimentalData

The ...SCRIPTS\GENERAL\ folder contains many scripts that may be handy as examples to develop your own scripts. 

